home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / handson / supercede / Knowodys / TOPICS / audio2 / T1509S6.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1997-08-14  |  21.5 KB  |  1 channel  |  8,000 sample rate  |  20 seconds
Transcription: The programmer assigns the names to variables. Variable names, also known as identifiers, must be unique within each section or scope of the Java program. If you attempt to give the same name to two variables, the Java compiler will generate an error message, since it won't know which variable you really want to use.